spinbutton: Implement GtkAccessible
authorMatthias Clasen <mclasen@redhat.com>
Tue, 13 Oct 2020 01:34:16 +0000 (21:34 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 13 Oct 2020 01:45:48 +0000 (21:45 -0400)
commit76b87272a6fc48384405a17a55761b44f535cbe5
tree8fee568a21c2524eaf8ef5cafdfcd3ba647b11d4
parent852c72fa28bb3802657aa3579207733342b355f6
spinbutton: Implement GtkAccessible

This copies what was done for GtkEntry: get
the focused state from the GtkText within.

We also add a private getter for the text widget,
which was missing here.
gtk/gtkspinbutton.c
gtk/gtkspinbuttonprivate.h [new file with mode: 0644]